3.465 \(\int \sqrt{a+b \sinh ^2(e+f x)} \, dx\)

Optimal. Leaf size=60 \[ -\frac{i \sqrt{a+b \sinh ^2(e+f x)} E\left (i e+i f x\left |\frac{b}{a}\right .\right )}{f \sqrt{\frac{b \sinh ^2(e+f x)}{a}+1}} \]

[Out]

((-I)*EllipticE[I*e + I*f*x, b/a]*Sqrt[a + b*Sinh[e + f*x]^2])/(f*Sqrt[1 + (b*Sinh[e + f*x]^2)/a])

________________________________________________________________________________________

Rubi [A]  time = 0.0380248, antiderivative size = 60, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125, Rules used = {3178, 3177} \[ -\frac{i \sqrt{a+b \sinh ^2(e+f x)} E\left (i e+i f x\left |\frac{b}{a}\right .\right )}{f \sqrt{\frac{b \sinh ^2(e+f x)}{a}+1}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + b*Sinh[e + f*x]^2],x]

[Out]

((-I)*EllipticE[I*e + I*f*x, b/a]*Sqrt[a + b*Sinh[e + f*x]^2])/(f*Sqrt[1 + (b*Sinh[e + f*x]^2)/a])

Rule 3178

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2], x_Symbol] :> Dist[Sqrt[a + b*Sin[e + f*x]^2]/Sqrt[1 + (b*Sin
[e + f*x]^2)/a], Int[Sqrt[1 + (b*Sin[e + f*x]^2)/a], x], x] /; FreeQ[{a, b, e, f}, x] &&  !GtQ[a, 0]

Rule 3177

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2], x_Symbol] :> Simp[(Sqrt[a]*EllipticE[e + f*x, -(b/a)])/f, x]
 /; FreeQ[{a, b, e, f}, x] && GtQ[a, 0]

Rubi steps

\begin{align*} \int \sqrt{a+b \sinh ^2(e+f x)} \, dx &=\frac{\sqrt{a+b \sinh ^2(e+f x)} \int \sqrt{1+\frac{b \sinh ^2(e+f x)}{a}} \, dx}{\sqrt{1+\frac{b \sinh ^2(e+f x)}{a}}}\\ &=-\frac{i E\left (i e+i f x\left |\frac{b}{a}\right .\right ) \sqrt{a+b \sinh ^2(e+f x)}}{f \sqrt{1+\frac{b \sinh ^2(e+f x)}{a}}}\\ \end{align*}

Mathematica [A]  time = 0.0841224, size = 69, normalized size = 1.15 \[ -\frac{i a \sqrt{\frac{2 a+b \cosh (2 (e+f x))-b}{a}} E\left (i (e+f x)\left |\frac{b}{a}\right .\right )}{f \sqrt{2 a+b \cosh (2 (e+f x))-b}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + b*Sinh[e + f*x]^2],x]

[Out]

((-I)*a*Sqrt[(2*a - b + b*Cosh[2*(e + f*x)])/a]*EllipticE[I*(e + f*x), b/a])/(f*Sqrt[2*a - b + b*Cosh[2*(e + f
*x)]])

________________________________________________________________________________________

Maple [A]  time = 0., size = 140, normalized size = 2.3 \begin{align*}{\frac{1}{\cosh \left ( fx+e \right ) f}\sqrt{{\frac{a+b \left ( \sinh \left ( fx+e \right ) \right ) ^{2}}{a}}}\sqrt{ \left ( \cosh \left ( fx+e \right ) \right ) ^{2}} \left ( a{\it EllipticF} \left ( \sinh \left ( fx+e \right ) \sqrt{-{\frac{b}{a}}},\sqrt{{\frac{a}{b}}} \right ) -b{\it EllipticF} \left ( \sinh \left ( fx+e \right ) \sqrt{-{\frac{b}{a}}},\sqrt{{\frac{a}{b}}} \right ) +b{\it EllipticE} \left ( \sinh \left ( fx+e \right ) \sqrt{-{\frac{b}{a}}},\sqrt{{\frac{a}{b}}} \right ) \right ){\frac{1}{\sqrt{-{\frac{b}{a}}}}}{\frac{1}{\sqrt{a+b \left ( \sinh \left ( fx+e \right ) \right ) ^{2}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sinh(f*x+e)^2)^(1/2),x)

[Out]

((a+b*sinh(f*x+e)^2)/a)^(1/2)*(cosh(f*x+e)^2)^(1/2)*(a*EllipticF(sinh(f*x+e)*(-1/a*b)^(1/2),(a/b)^(1/2))-b*Ell
ipticF(sinh(f*x+e)*(-1/a*b)^(1/2),(a/b)^(1/2))+b*EllipticE(sinh(f*x+e)*(-1/a*b)^(1/2),(a/b)^(1/2)))/(-1/a*b)^(
1/2)/cosh(f*x+e)/(a+b*sinh(f*x+e)^2)^(1/2)/f

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{b \sinh \left (f x + e\right )^{2} + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sinh(f*x+e)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(b*sinh(f*x + e)^2 + a), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\sqrt{b \sinh \left (f x + e\right )^{2} + a}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sinh(f*x+e)^2)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(b*sinh(f*x + e)^2 + a), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{a + b \sinh ^{2}{\left (e + f x \right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sinh(f*x+e)**2)**(1/2),x)

[Out]

Integral(sqrt(a + b*sinh(e + f*x)**2), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{b \sinh \left (f x + e\right )^{2} + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sinh(f*x+e)^2)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(b*sinh(f*x + e)^2 + a), x)